Getting UCT-C Container Image
You should create a Secret with registry credentials to pull the image from the Gigamon Software portal to your local server.
Note: This is optional if the images are in a local registry that is not password or token protected.
Run the following command to create the required secret:
Copy
oc create secret generic gigamon --from-file=.dockerconfigjson=<file_name> --
type=kubernetes.io/dockerconfigjson -n uctc



